home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / cute_che.swf / scripts / DefineButton2_327 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  203b  |  8 lines

  1. on(release){
  2.    _root.hat_2._visible = !_root.hat_2._visible;
  3.    _root.hat_1._visible = false;
  4.    _root.hat_3._visible = false;
  5.    _root.hat_4._visible = false;
  6.    _root.hat_5._visible = false;
  7. }
  8.